This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: How to forcefully kill an online user session ~Mark Bubnitexader 29.Aug.11 04:15 PM a Web browser Applications development 8.5.1Windows
The code you posted is pretty much the code from someone else's reply in 2009
If You look in the sdk and documentation you will see that there is a parameter for the ip address, you are passing it null, which means the user will not be logged off. As I mentioned in my first reply, specify an ip address that cannot be the same as the logged in user, example 1.1.1.1 and the logged in user will be disconnected. when the community server does a light login as them.